Allows to traverse through OPC UA address space nodes under the specified node, using given browse arguments, transforming the sequence of child node elements using a specified function.
            
            
            
            
        
            Parameters
- client
 
- The client object that will perform the operation.
 - browseArguments
 
- Holds arguments needed to browse OPC UA server nodes.
 - nodeElementsTransformer
 
- Transforms a sequence of child node elements before it is used for further browsing.
 
            
            Return Value
Returns an enumerator of tree positions that will traverse through all nodes specified.
 
             
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also